Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-220081 | GEN001300 | SV-220081r603266_rule | Medium |
Description |
---|
Unauthorized access could destroy the integrity of the library files. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-21790r488426_chk ) |
---|
Check the mode of library files. Procedure: # ls -lLR /usr/lib /lib /usr/sfw/lib If any of the library files have a mode more permissive than 0755, this is a finding. |
Fix Text (F-21789r488427_fix) |
---|
Change the mode of library files to 0755 or less permissive. Procedure (example): # chmod 0755 /path/to/library-file NOTE: Library files should have an extension of .a or .so, possibly followed by a version number. |